home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / coldboot.arc / README < prev   
Internet Message Format  |  1989-03-29  |  1KB

  1. From mcvax!tcgould.tn.cornell.edu!braner Thu Jul 21 15:55:08 1988
  2. Path: ruuinf!mcvax!uunet!husc6!mailrus!cornell!batcomputer!braner
  3. From: braner@batcomputer.tn.cornell.edu (braner)
  4. Newsgroups: comp.sys.atari.st
  5. Subject: Re: How not to boot from your hard disk.
  6. Summary: repost of "COLDBOOT" utility
  7. Message-ID: <5601@batcomputer.tn.cornell.edu>
  8. Date: 21 Jul 88 14:55:08 GMT
  9. References: <8807021540.AA22916@ucbvax.Berkeley.EDU> <1094@atari.UUCP> <489@laura.UUCP>
  10. Reply-To: braner@tcgould.tn.cornell.edu (braner)
  11. Organization: Cornell Theory Center, Cornell University, Ithaca NY
  12. Lines: 29
  13.  
  14. []
  15.  
  16. In article <489@laura.UUCP> klute%trillian.irb@unido.UUCP (Rainer Klute) writes:
  17. >In article <1094@atari.UUCP> apratt@atari.UUCP (Allan Pratt) writes:
  18. >>* COLD cold boot code: copy a bit of code to $8, then jump to it. [...]
  19. >Why not simply set memvalid (0x0420) to zero and jump through 0x0004?
  20.  
  21. - the latter is (part of) what my "COLDBOOT" program, posted a while ago, does.
  22. Since it is VERY short, here's a repost.
  23.  
  24. - Moshe Braner
  25.  
  26. --------------------
  27.  
  28. A utility was posted a while ago to make the RESET button do a COLD reset.
  29. I don't like that (since I want to keep the reset-proof RAMdisk) but
  30. occasionally I do need a cold boot.  Since HDB2.3 apparently does not
  31. boot right if I leave the HD on and turn the ST off and on, I wrote the
  32. following little ditty.  It asks for confirmation, then does a cold
  33. reset (that redoes the memory size check, although it keeps the time...).
  34.